Welcome![Sign In][Sign Up]
Location:
Search - keil dll

Search list

[Other resourcelks

Description: 给大家传两个Keil的插件,平凡工作室做的,很棒,可以在Keil中模拟出实验板,能作不少实验(ledkey,simboard) 使用说明: 1. 请将下载的2个插件内容拷贝到uVision 的安装目录下的 \\Keil\\C51\\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 \\keil 下. 请将下面的内容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll (\"ledkey\") AGSI2=simboard.dll (\"simboard\") 3. 重启uVsion. 进入Debug 模式, 打开菜单Peripheral, 发现增加了2项 分别是键盘LED仿真板,51实验仿真板。 这样使用时就不用每次设置了,任何时候打开都可以用。-for everyone - 2 Keil plug-in, the average studios do and outstanding, Keil which can simulate experimental plates, which can be made many experiments (ledkey. simboard) use : 1. Please download the plug-in two kernels to copy the contents of the installation directory \\ Keil \\ C51 \\ BIN 2. Tool.ini changes, this document kernels at the installation directory \\ under Keil. Please add the following line to the Department of [C51] the points behind. AGSI1 = ledkey.dll ( "ledkey") = sim AGSI2 board.dll ( "simboard") 3. uVsion resume. enter Debug mode - open menu Peripheral and found an increase of 2 respectively LED keyboard simulation board, 51 simulation board. Such use would not have to set up every time, any time you can use open.
Platform: | Size: 129764 | Author: 李伟 | Hits:

[Other resourcexltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \\ temp. You can Project -
Platform: | Size: 5956 | Author: 邢兰停 | Hits:

[Other resourceDisplayerEx3

Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp, you could Project -
Platform: | Size: 5264 | Author: 邢兰停 | Hits:

[Other resource1602dll

Description: LCD1602在KEIL下调试的DLL。-LCD1602 in KEIL debugging under the DLL.
Platform: | Size: 93047 | Author: zyb | Hits:

[Other resourceMDK-ARM3.15b-licensefix3p15b

Description: Without this, the debugger spontaneously fails! 1 - Install mdk315b 2 - Replace the files: \\Keil\\ARM\\BIN\\ARM.DLL with one from mdk305a\\Keil\\ARM\\BIN\\ARM.DLL \\Keil\\ARM\\BIN31\\ARM.DLL with one from mdk305a\\Keil\\ARM\\BIN30\\ARM.DLL \\Keil\\UV3\\UV3.DLL with one from mdk305a\\Keil\\UV3\\UV3.DLL (*) 3 - Use KeyGen (Ver3p4 works) Select ARM, With computer ID code , External CID code and RealView MDK (or RealView RL) Note: Must replace DLLs before entry of serial (*) - May not be necessary (???)
Platform: | Size: 255247 | Author: NamHoon Kim | Hits:

[Other resourceapnt_145hard

Description: keil c51仿真源代码和说明,编写dll必备,
Platform: | Size: 343358 | Author: zmxcvb | Hits:

[Otherkeil_addon_dll

Description: keil addon dll for simulation of led and key press experiment
Platform: | Size: 160518 | Author: will | Hits:

[Other resource200711192138259170

Description: 请将下载的2个插件内容拷贝到uVision 的安装目录下的 \\Keil\\C51\\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 \\keil 下. 请将下面的内容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll (\"ledkey\") AGSI2=simboard.dll (\"simboard\") 3. 重启uVsion. 进入Debug 模式, 打开菜单Peripheral, 发现增加了2项 分别是键盘LED仿真板,51实验仿真板。
Platform: | Size: 50376 | Author: wuhenaimin | Hits:

[Other resource2007111921383628933

Description: 请将下载的2个插件内容拷贝到uVision 的安装目录下的 \\Keil\\C51\\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 \\keil 下. 请将下面的内容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll (\"ledkey\") AGSI2=simboard.dll (\"simboard\") 3. 重启uVsion. 进入Debug 模式, 打开菜单Peripheral, 发现增加了2项 分别是键盘LED仿真板,51实验仿真板。
Platform: | Size: 56853 | Author: qiyue | Hits:

[Other resourceKeil_AGSI_SDK

Description: Keil_AGSI_SDK: 这是一个广泛使用的Keil单片机IDE平台软件仿真插件(AGSI)开发的官方SDK资料包,内含DLL插件范例和开发自己的仿真DLL插件所必须的包含文件,同时资料中还含一个48页的详细介绍如何开发此类插件的PDF指南
Platform: | Size: 385598 | Author: tomgreen | Hits:

[Other resourceled模拟器源程序及演示程序

Description: 该模拟器是在Keil7.0中使用。 只要把Ex02Dll.dll复制到 X:\\Keil\\C51\\BIN目录下。 打开测试程序,编译运行即可看到如图led.jpg中所显示的效果。-The simulator is used in Keil7.0. As long as Ex02Dll.dll copied to the X : \\ Keil \\ C51 \\ BIN directory. Open test procedure, compile operation can be seen in figure led.jpg reflected by the results.
Platform: | Size: 121626 | Author: wxd | Hits:

[SCMkeil_C166_bin

Description: 单片机C语言开发软件,很好用。-SCM C language development software, is useful.
Platform: | Size: 2654208 | Author: 卓不凡 | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[SCMapnt_145hard

Description: keil c51仿真源代码和说明,编写dll必备,-keil c51 Simulation source code and instructions to prepare the necessary dll,
Platform: | Size: 343040 | Author: zmxcvb | Hits:

[ARM-PowerPC-ColdFire-MIPSP89V51

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写.-If you are running this example, will the PC emulation window, the first 1,2,3-line display some information, at random locations show ' 1 ' ~ ' 5' . Keil c51 as the default does not support the re-entry function, which re- into the function of the weight stack instead of using the simulation using the system stack, while the Small RTOS 51 not been re-stack management, and so TaskA ~ TaskE though its similar, but not combined. (2) compile-time there will be five warnings, One of them is because there is no cause to use a system function OSSendSignal, it can be ignored. The other four are prohibited between the variables covered analyze the task to be ignored. thank User John X. Liu, in this case, I used his written simulation ( dllPc51Emu.dll), the dll was originally for his transplant Ucos-ii for keil c51 examples of the preparation.
Platform: | Size: 112640 | Author: 迷茫 | Hits:

[SCMkeilcntest

Description: keil软件对汉字是否支持的检测代码,若不支持需要对相关dll进行修改-keil software detection code characters are supported, if not support the need to modify the relevant dll
Platform: | Size: 188416 | Author: zt | Hits:

[SCMEC500C8051

Description: 单片机的奉献,在KEIL4,KEIL3完全验证的C8051EC5仿真器原理图与HEX文件啊。-dedication, in KEIL4, KEIL3 fully validated C8051EC5 simulator schematics and HEX file ah.
Platform: | Size: 532480 | Author: | Hits:

[SCMt6963c_extension_for_keil_arm

Description: C DLL FOR KEIL FOR GRAPHIC LCD DISPLAY
Platform: | Size: 352256 | Author: pramod ramtekkar | Hits:

[Software EngineeringSCM3PeriDLL

Description: KEIL CM3 PERIPHARL DLL SOURCE CODE
Platform: | Size: 57344 | Author: ramesh | Hits:

[SCMDpj

Description: ledkey.dll、dpj.dll两个实验仿真板, 实验仿真板的使用: 将 dpj.dll 和 ledkey.dll 拷贝到 Keil 软件安装文件夹下的 c51\bin 文件夹中即安装成功。例如用户的 Keil 软件安装在 C 盘,那么应该把 LedKey.dll 文件拷贝到 C:\Keil\C51\Bin 文件夹中。-Ledkey. DLL, DPJ. DLL two simulation experiment board, The use of simulation experiment board: the DPJ. DLL and ledkey DLL copied to Keil software installation folder c51 \ bin folder of the installation is successful. Such as user Keil software installed in C disk, then you should put LedKey. DLL file copy to the C: \ Keil \ C51 \ Bin folder.
Platform: | Size: 103424 | Author: 张齐男 | Hits:
« 1 2 3»

CodeBus www.codebus.net